golang.org/x/tools/go/packages.loaderPackage.color (field)

6 uses

	golang.org/x/tools/go/packages (current package)
		packages.go#L684: 	color           uint8            // for cycle detection
		packages.go#L842: 			if lpkg.color == grey {
		packages.go#L845: 			if lpkg.color == white {
		packages.go#L846: 				lpkg.color = grey
		packages.go#L856: 					} else if imp.color == grey {
		packages.go#L895: 				lpkg.color = black